home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 1.iso
/
ARGONET
/
PD
/
PROGRAMMING
/
LCLINT2.SPK
/
test
/
test_a
/
lcl
/
iter
< prev
next >
Wrap
Text File
|
1996-08-28
|
222b
|
5 lines
iter intFor (int from, int to, int by, yield int x) ;
iter noYield (int from, int to) ; /* 1 <spec>. no yield param, 9, 10. noYield, end_noYield not defined */
iter arrayElements (int from, int to, int *a, yield int x) ;